home *** CD-ROM | disk | FTP | other *** search
/ Gospel Library / Infobase setup disc.iso / intro / intro.dxr / 00127.ls < prev    next >
Encoding:
Text File  |  1998-09-22  |  212 b   |  14 lines

  1. on mouseUp
  2.   cancelpuppets()
  3.   set the movieTime of sprite 3 to 0
  4.   Stan()
  5. end
  6.  
  7. on mouseEnter
  8.   set the castNum of sprite 24 to cast "Library"
  9. end
  10.  
  11. on mouseLeave
  12.   set the castNum of sprite 24 to cast "FAKE"
  13. end
  14.